Socket
Book a DemoInstallSign in
Socket

@botonic/react

Package Overview
Dependencies
Maintainers
9
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botonic/react

Build Chatbots using React

npmnpm
Version
0.32.0
Version published
Weekly downloads
318
-57.2%
Maintainers
9
Weekly downloads
Ā 
Created
Source

Botonic

Build Chatbots and Conversational Apps Using React

botonic Version Downloads/week License

Node.js

What's in this document

🐣 Introduction

Botonic is a full-stack framework to create chatbots and modern conversational apps.

It's built on top of:

āš›ļø React

⚔ Serverless

šŸ’” Tensorflow.js

And it works on:

šŸ’¬ Messaging apps: Whatsapp, Facebook Messenger, Telegram, Twitter DMs

🌐 Your website

šŸ“± Your mobile app

With Botonic you can focus on creating the best conversational experience for your users instead of dealing with different messaging APIs, AI/NLP complexity or managing and scaling infrastructure. It also comes with a battery of plugins so you can easily integrate popular services into your project, for instance:

If you'd like to see more plugins/integrations, please submit an issue or a pull request

šŸš€ Getting Started

Requirements

Node (v10 or above) and NPM are required. LTS version of NodeJS Installer is recommended.

You can verify the installation running npm --version and node --version on a terminal.

Install

$> npm install -g @botonic/cli

Create a bot

$> botonic new myBot tutorial

Run your bot

Run your bot locally while developing:

$> cd myBot
$> botonic serve

botonic serve is just an alias for npm run start which will start a local server at http://localhost:8080. While you develop, the server will auto reload every time you make changes to your code.

Deploy

$> botonic deploy

Check out the Getting Started Tutorial: a step-by-step guide to start building high quality conversational apps.

See the docs for more information.

šŸ¤ Supporting and contributing

  • ⭐⭐ Give us a Star on GitHub ⭐⭐
  • Submit an issue if you find a bug or want to request a feature.
  • Join our Slack community, let us know what you're building and give us feedback.
  • PRs are welcome! Just follow our Code of Conduct and Contributing Guide

Keywords

bot-framework

FAQs

Package last updated on 18 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts